home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Mania 5
/
MacMania 5.toast
/
/
Tools&Utilities
/
Plotfoil 3.2
/
naca-1.0
/
Makehead.sgi
< prev
next >
Wrap
Text File
|
1995-09-13
|
490b
|
36 lines
#-----------------------------------------------------------------------------
#
# Makefile made with makemake
#
# SGI Version
#
#-----------------------------------------------------------------------------
#
.SUFFIXES: .o .f .c
#
# Compiler names
#
CC = cc
FC = f77
AR = ar
RANLIB = true
#
# Compiler flags
#
CFLAGS = -O
FFLAGS = -O
ARFLAGS = ovr
LDFLAGS = -L. -lnaca
#
# Compile individual source files
#
.f.o:
$(FC) $(FFLAGS) -c $<
.c.o:
$(CC) $(CFLAGS) -c $<